projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28957aa
)
Fixed HNA issue. Bmx6 section name is unicastHna instead of hna
author
p4u
<
[email protected]
>
Sun, 20 Jan 2013 13:06:26 +0000
(14:06 +0100)
committer
p4u
<
[email protected]
>
Sun, 20 Jan 2013 13:06:26 +0000
(14:06 +0100)
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/hna.lua
patch
|
blob
|
history
diff --git
a/bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/hna.lua
b/bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/hna.lua
index a05620bcccf51c829e6693020be921dda7adabcc..db98ae621e1484d7ef881bd02b4555af635a11a4 100644
(file)
--- a/
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/hna.lua
+++ b/
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/hna.lua
@@
-23,10
+23,10
@@
local sys = require("luci.sys")
m = Map("bmx6", "bmx6")
-local hna = m:section(TypedSection,"
h
na","IPv6 HNA")
+local hna = m:section(TypedSection,"
unicastH
na","IPv6 HNA")
hna.addremove = true
hna.anonymous = true
-local hna_option = hna:option(Value,"
hna", "Host Network Announcement IPv6
")
+local hna_option = hna:option(Value,"
unicastHna", "IPv6 Host Network Announcement. Syntax <NETADDR>/<PREFIX>
")
--function hna_option:validate(value)
-- local err = sys.call('bmx6 -c --test -a ' .. value)